Crate a2lmacros

source ·
Expand description

a2lmacros is a crate for internal use by the a2lfile crate. It contains the proc macros used by a2lfile.

Macros§

  • The a2ml_specification! macro enables application to conveniently decode and use IF_DATA defined though A2ML. The macro uses an “enhanced A2ML” language to define the items. Rust data structures and associated code will be generated for items defined inside of the macro.